Crate dispose_derive

source ·
Expand description

Derive macro for the dispose crate.

This crate provides a derive macro for quickly deriving Dispose on types where the values can be consumed relatively trivially.

Derive Macros

  • Add trivial Dispose support to a struct or enum where the contained values implement Dispose or DisposeWith<W>.